runtime.stkframe.getStackMap (method)

4 uses

	runtime (current package)
		mbitmap.go#L1893: 			locals, _, _ := u.frame.getStackMap(false)
		mgcmark.go#L1052: 	locals, args, objs := frame.getStackMap(false)
		stack.go#L692: 	locals, args, objs := frame.getStackMap(true)
		stkframe.go#L157: func (frame *stkframe) getStackMap(debug bool) (locals, args bitvector, objs []stackObjectRecord) {